Eclipse Platform
Pre-release 3.0

Uses of Package
org.eclipse.ui.commands

Packages that use org.eclipse.ui.commands
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.commands   
org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface. 
 

Classes in org.eclipse.ui.commands used by org.eclipse.ui
ICommandManager
           An instance of ICommandManager can be used to obtain instances of ICommand, as well as manage whether or not those instances are active or inactive, enabled or disabled.
IWorkbenchCommandSupport
          An instance of this interface provides support for managing commands at the IWorkbench level.
IWorkbenchPageCommandSupport
          An instance of this interface provides support for managing commands at the IWorkbenchPage level.
IWorkbenchWindowCommandSupport
          An instance of this interface provides support for managing commands at the IWorkbenchWindow level.
 

Classes in org.eclipse.ui.commands used by org.eclipse.ui.commands
CategoryEvent
           An instance of CategoryEvent describes changes to an instance of ICategory.
CommandEvent
           An instance of CommandEvent describes changes to an instance of ICommand.
CommandHandlerServiceEvent
          An instance of this class describes changes to an instance of ICommandHandlerService.
CommandManagerEvent
           An instance of ICommandManagerEvent describes changes to an instance of ICommandManager.
ICategory
           An instance of ICategory is a handle representing a category as defined by the extension point org.eclipse.ui.commands.
ICategoryListener
           An instance of ICategoryListener can be used by clients to receive notification of changes to one or more instances of ICategory.
ICommand
           An instance of ICommand is a handle representing a command as defined by the extension point org.eclipse.ui.commands.
ICommandHandlerService
          An instance of this interface allows clients to manage command handlers.
ICommandHandlerServiceListener
          An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandHandlerService.
ICommandListener
           An instance of ICommandListener can be used by clients to receive notification of changes to one or more instances of ICommand.
ICommandManager
           An instance of ICommandManager can be used to obtain instances of ICommand, as well as manage whether or not those instances are active or inactive, enabled or disabled.
ICommandManagerListener
           An instance of ICommandManagerListener can be used by clients to receive notification of changes to one or more instances of ICommandManager.
ICommandService
           TODO javadoc
ICommandServiceEvent
           An instance of ICommandServiceEvent describes changes to an instance of ICommandService.
ICommandServiceListener
           An instance of ICommandServiceListener can be used by clients to receive notification of changes to one or more instances of ICommandService.
ICompoundCommandHandlerService
          An instance of this interface allows clients to manage command handlers.
IKeyConfiguration
           An instance of IKeyConfiguration is a handle representing a key configuration as defined by the extension point org.eclipse.ui.commands.
IKeyConfigurationListener
           An instance of IKeyConfigurationListener can be used by clients to receive notification of changes to one or more instances of IKeyConfiguration.
IMutableCommandHandlerService
          An instance of this interface allows clients to manage command handlers.
KeyConfigurationEvent
           An instance of KeyConfigurationEvent describes changes to an instance of IKeyConfiguration.
NotDefinedException
           Signals that an attempt was made to access the attributes of an undefined object.
 

Classes in org.eclipse.ui.commands used by org.eclipse.ui.help
ICommand
           An instance of ICommand is a handle representing a command as defined by the extension point org.eclipse.ui.commands.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.